From c08c99f81904a563159c34e7d5492f748c2b8302 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Sun, 21 Aug 2016 18:21:12 +0000 Subject: [PATCH] debian/rules: fix RUSTFLAGS quoting --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f10476957..841ce7c88 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ include /usr/share/dpkg/pkg-info.mk include /usr/share/dpkg/architecture.mk include /usr/share/dpkg/buildflags.mk -RUSTFLAGS = -C link-args="$(LDFLAGS)" +RUSTFLAGS = -C link-args=$(LDFLAGS) export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS RUSTFLAGS rust_cpu = $(subst i586,i686,$(1)) -- 2.30.2